projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e8a7f
)
* nsterm.m (conversationIdentifier): Return value is NSInteger.
author
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 21 Jul 2012 11:34:19 +0000
(13:34 +0200)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 21 Jul 2012 11:34:19 +0000
(13:34 +0200)
src/ChangeLog
patch
|
blob
|
history
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index f5c8b2093e17a7491b11699ea0697b76d20698f4..ab1f136e6cc156dcd1aae473c92c421ebbb7d223 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,7
@@
2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
+ (conversationIdentifier): Return value is NSInteger.
2012-07-21 Chong Yidong <cyd@gnu.org>
diff --git
a/src/nsterm.m
b/src/nsterm.m
index e4c9147dd0e22049554c7f9b0f27f606ba2b9dfd..09bbe2c3f5a2a43b788f1bb672f5b161effbeb16 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-5059,9
+5059,9
@@
ns_term_shutdown (int sig)
}
-- (
long
)conversationIdentifier
+- (
NSInteger
)conversationIdentifier
{
- return (
long
)self;
+ return (
NSInteger
)self;
}